Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index f51e43092cc526fc63eed7d8381fb872759d0b44..6cd9185625805ff3f53a22939ba5e852a9006d75 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -1802,11 +1802,6 @@ void Internals::stopTrackingRepaints(Document* document, ExceptionState& excepti |
frameView->setTracksPaintInvalidations(false); |
} |
-void Internals::updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(ExceptionState& exceptionState) |
-{ |
- updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(0, exceptionState); |
-} |
- |
void Internals::updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node* node, ExceptionState& exceptionState) |
{ |
Document* document; |