| 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;
|
|
|
|
|