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

Unified Diff: third_party/WebKit/Source/web/WebLeakDetector.cpp

Issue 2016673002: Remove unnecessary inclusions of LayoutObject-derived headers in web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/web/WebLeakDetector.cpp
diff --git a/third_party/WebKit/Source/web/WebLeakDetector.cpp b/third_party/WebKit/Source/web/WebLeakDetector.cpp
index c70ff48b596ab37608e3025912870939c67fc628..c5a818ae5da8932d3c6153666239ae29fb22d030 100644
--- a/third_party/WebKit/Source/web/WebLeakDetector.cpp
+++ b/third_party/WebKit/Source/web/WebLeakDetector.cpp
@@ -30,19 +30,12 @@
#include "public/web/WebLeakDetector.h"
-#include "bindings/core/v8/ScriptPromise.h"
-#include "bindings/core/v8/V8Binding.h"
#include "bindings/core/v8/V8GCController.h"
-#include "core/dom/ActiveDOMObject.h"
-#include "core/dom/Document.h"
#include "core/editing/spellcheck/SpellChecker.h"
#include "core/fetch/MemoryCache.h"
#include "core/inspector/InstanceCounters.h"
-#include "core/layout/LayoutObject.h"
#include "core/workers/WorkerThread.h"
-#include "modules/webaudio/AudioNode.h"
#include "platform/Timer.h"
-#include "public/web/WebDocument.h"
#include "public/web/WebFrame.h"
#include "web/WebLocalFrameImpl.h"
« no previous file with comments | « third_party/WebKit/Source/web/WebInputEventConversion.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698