| Index: Source/bindings/scripts/v8_types.py
|
| diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py
|
| index 57b79d40e86f7ff9dc065e927e7f466b59d84ff2..81da5487dfb83d28e5b421fcc8a551f5abcb2669 100644
|
| --- a/Source/bindings/scripts/v8_types.py
|
| +++ b/Source/bindings/scripts/v8_types.py
|
| @@ -294,9 +294,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/LocalDOMWindow.h']),
|
| + 'core/frame/LocalDOMWindow.h']), # FIXME: move to EventTarget::frame
|
| 'HTMLCollection': set(['bindings/core/v8/V8HTMLCollection.h',
|
| 'core/dom/ClassCollection.h',
|
| 'core/dom/TagCollection.h',
|
|
|