| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index 738cd1dac63ffda3124309a3f32b8024b12198fd..5cab559f8bb996001ab20b85ba75e04954474596 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -722,6 +722,11 @@ dart_annotations = {
|
| ],
|
| 'FileSystem': _file_system_annotations,
|
| 'FileSystemSync': _file_system_annotations,
|
| + 'HashChangeEvent': [
|
| + "@SupportedBrowser(SupportedBrowser.CHROME)",
|
| + "@SupportedBrowser(SupportedBrowser.FIREFOX)",
|
| + "@SupportedBrowser(SupportedBrowser.SAFARI)",
|
| + ],
|
| 'History.pushState': _history_annotations,
|
| 'History.replaceState': _history_annotations,
|
| 'HTMLContentElement': [
|
|
|