summaryrefslogtreecommitdiffstats
path: root/layout/tables/SpanningCellSorter.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-30 21:45:28 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-30 21:45:28 +0000
commit4aafee310e2833cc916ba5ae8435a4b156fd278b (patch)
tree0287c3ae52d9195d90b19af96291800e4a1edf4f /layout/tables/SpanningCellSorter.cpp
parent6e8e1b36dd44668c2428c329383c58427888a2b4 (diff)
downloadUXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.gz
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.lz
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.xz
UXP-4aafee310e2833cc916ba5ae8435a4b156fd278b.zip
Issue #80 - De-unify layout/tables
Diffstat (limited to 'layout/tables/SpanningCellSorter.cpp')
-rw-r--r--layout/tables/SpanningCellSorter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/tables/SpanningCellSorter.cpp b/layout/tables/SpanningCellSorter.cpp
index c67d784bb..686b02d89 100644
--- a/layout/tables/SpanningCellSorter.cpp
+++ b/layout/tables/SpanningCellSorter.cpp
@@ -12,6 +12,8 @@
#include "nsQuickSort.h"
#include "nsIPresShell.h"
+using mozilla::fallible;
+
//#define DEBUG_SPANNING_CELL_SORTER
SpanningCellSorter::SpanningCellSorter()