| Index: third_party/WebKit/Source/core/svg/SVGStringListTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h
|
| index 46c860682ed6344ec00062626e1f0e38968b30a6..2fa2b2cd9d5b9106eeab7c1bb47e06f4f9947166 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGStringListTearOff_h
|
| #define SVGStringListTearOff_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGStringList.h"
|
| #include "core/svg/properties/SVGPropertyTearOff.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|