Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: Source/core/testing/Internals.cpp

Issue 966723002: Add [TypeChecking=Interface] to Internals and PrivateScriptTest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698