| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| index a86e1ad874605f2143698fa0b17ad497a2bf4a72..fabfaaa93d565a075938f884ba7dc4028166b7cf 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -27,13 +27,13 @@
|
| #ifndef ShadowRoot_h
|
| #define ShadowRoot_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| #include "core/CoreExport.h"
|
| #include "core/css/StyleSheetList.h"
|
| #include "core/dom/ContainerNode.h"
|
| #include "core/dom/DocumentFragment.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/TreeScope.h"
|
| +#include "platform/bindings/ScriptWrappableVisitor.h"
|
|
|
| namespace blink {
|
|
|
|
|