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

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

Issue 2837923003: Make NodeFilter a legacy callback interface. (Closed)
Patch Set: legacy_callback_interface.*.tmpl, etc. 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_types.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_types.py b/third_party/WebKit/Source/bindings/scripts/v8_types.py
index 28278b54a4d82079c5df2937d605f6dcd045ab05..e986398b797bc26638430afc634303c286e96e95 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_types.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py
@@ -523,7 +523,6 @@ V8_VALUE_TO_CPP_VALUE = {
'DOMString': '{v8_value}',
# Interface types
'FlexibleArrayBufferView': 'ToFlexibleArrayBufferView({isolate}, {v8_value}, {variable_name}, allocateFlexibleArrayBufferViewStorage({v8_value}))',
- 'NodeFilter': 'V8NodeFilterCondition::CreateOrNull({v8_value}, ScriptState::Current({isolate}))',
'Promise': 'ScriptPromise::Cast(ScriptState::Current({isolate}), {v8_value})',
'ScriptValue': 'ScriptValue(ScriptState::Current({isolate}), {v8_value})',
'Window': 'ToDOMWindow({isolate}, {v8_value})',

Powered by Google App Engine
This is Rietveld 408576698