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

Unified Diff: Source/bindings/core/v8/BindingSecurity.h

Issue 626693003: Clean up forward declarations and include files in Source/bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/bindings/core/v8/CustomElementConstructorBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/BindingSecurity.h
diff --git a/Source/bindings/core/v8/BindingSecurity.h b/Source/bindings/core/v8/BindingSecurity.h
index 5e14365f7951c47e0613222931c9eae95256d3ba..f6120afcadf7ad0c8b5a79ed19597eaa95454c8c 100644
--- a/Source/bindings/core/v8/BindingSecurity.h
+++ b/Source/bindings/core/v8/BindingSecurity.h
@@ -33,12 +33,10 @@
// FIXME: The LocalFrame include should not be necessary, clients should be including it where they use it.
#include "core/frame/LocalFrame.h"
-#include "wtf/text/WTFString.h"
#include <v8.h>
namespace blink {
-class LocalDOMWindow;
class ExceptionState;
class Node;
« no previous file with comments | « no previous file | Source/bindings/core/v8/CustomElementConstructorBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698