| Index: Source/bindings/scripts/v8_dictionary.py
|
| diff --git a/Source/bindings/scripts/v8_dictionary.py b/Source/bindings/scripts/v8_dictionary.py
|
| index 69fd1c082bb946f79594e24767d3281f697c7ee3..a166b3802b511c57718bd72783dfba0adedc09a0 100644
|
| --- a/Source/bindings/scripts/v8_dictionary.py
|
| +++ b/Source/bindings/scripts/v8_dictionary.py
|
| @@ -18,8 +18,8 @@ DICTIONARY_H_INCLUDES = frozenset([
|
| ])
|
|
|
| DICTIONARY_CPP_INCLUDES = frozenset([
|
| - # FIXME: Remove this, http://crbug.com/321462
|
| - 'bindings/core/v8/Dictionary.h',
|
| + 'bindings/core/v8/ExceptionState.h',
|
| + 'bindings/core/v8/PropertyBag.h',
|
| ])
|
|
|
|
|
|
|