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

Unified Diff: third_party/WebKit/Source/bindings/scripts/v8_callback_function.py

Issue 2804753005: Rewrite references to "wtf/" to "platform/wtf/" in bindings. (Closed)
Patch Set: Created 3 years, 8 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
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',
])

Powered by Google App Engine
This is Rietveld 408576698