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

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

Issue 2857143005: Gather serialization-related code into a directory. (Closed)
Patch Set: Created 3 years, 7 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_methods.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_methods.py b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
index c6ac22e8b930a58856a9ea8c819a16aaa43761c2..623c9511ef97baaf254d20f54b99e7c8d9d1b802 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
@@ -144,8 +144,8 @@ def method_context(interface, method, is_visible=True):
is_custom_call_epilogue = has_extended_attribute_value(method, 'Custom', 'CallEpilogue')
is_post_message = 'PostMessage' in extended_attributes
if is_post_message:
- includes.add('bindings/core/v8/SerializedScriptValueFactory.h')
- includes.add('bindings/core/v8/Transferables.h')
+ includes.add('bindings/core/v8/serialization/SerializedScriptValueFactory.h')
+ includes.add('bindings/core/v8/serialization/Transferables.h')
includes.add('core/dom/DOMArrayBufferBase.h')
includes.add('core/frame/ImageBitmap.h')
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/v8.gni ('k') | third_party/WebKit/Source/bindings/scripts/v8_types.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698