| Index: third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py b/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| index 54cef5882571ea7beebd06e27ade8a780bd1d2f4..1bbd2cb9a4e2fa86e48851c1a30b7810493877c5 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| @@ -15,7 +15,7 @@ CALLBACK_FUNCTION_H_INCLUDES = frozenset([
|
| 'bindings/core/v8/ScriptWrappable.h',
|
| 'bindings/core/v8/TraceWrapperV8Reference.h',
|
| 'platform/heap/Handle.h',
|
| - 'wtf/text/WTFString.h',
|
| + 'platform/wtf/text/WTFString.h',
|
| ])
|
| CALLBACK_FUNCTION_CPP_INCLUDES = frozenset([
|
| 'bindings/core/v8/ExceptionState.h',
|
| @@ -23,7 +23,7 @@ CALLBACK_FUNCTION_CPP_INCLUDES = frozenset([
|
| 'bindings/core/v8/ToV8.h',
|
| 'bindings/core/v8/V8Binding.h',
|
| 'core/dom/ExecutionContext.h',
|
| - 'wtf/Assertions.h',
|
| + 'platform/wtf/Assertions.h',
|
| ])
|
|
|
|
|
|
|