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

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

Issue 329223004: [DeprecateAs] if call addEventListener or removeEventListener without enough arguments Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test update/simplification Created 6 years, 6 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: Source/bindings/scripts/v8_types.py
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py
index 8f0325b19a4cc98a0ff1e62d51ffc2e004059283..64afa9dfc44d9e5fe58135ead5be045c645d4be2 100644
--- a/Source/bindings/scripts/v8_types.py
+++ b/Source/bindings/scripts/v8_types.py
@@ -290,9 +290,9 @@ INCLUDES_FOR_TYPE = {
'Dictionary': set(['bindings/v8/Dictionary.h']),
'EventHandler': set(['bindings/v8/V8AbstractEventListener.h',
'bindings/v8/V8EventListenerList.h']),
- 'EventListener': set(['bindings/v8/BindingSecurity.h',
+ 'EventListener': set(['bindings/v8/BindingSecurity.h', # FIXME: replace with [CheckSecurity=Frame] http://crbug.com/383699
'bindings/v8/V8EventListenerList.h',
- 'core/frame/DOMWindow.h']),
+ 'core/frame/DOMWindow.h']), # FIXME: move to EventTarget::frame
'MediaQueryListListener': set(['core/css/MediaQueryListListener.h']),
'Promise': set(['bindings/v8/ScriptPromise.h']),
'SerializedScriptValue': set(['bindings/v8/SerializedScriptValue.h']),

Powered by Google App Engine
This is Rietveld 408576698