Index: tools/dom/scripts/dartmetadata.py |
diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py |
index 8fbc8aed039af62cea5fdec38533c7d9cd59cfac..9a1730f87ce4132ddce0a3a55739a79da4fad2c7 100644 |
--- a/tools/dom/scripts/dartmetadata.py |
+++ b/tools/dom/scripts/dartmetadata.py |
@@ -462,8 +462,6 @@ _annotations = monitored.Dict('dartmetadata._annotations', { |
'DOMFileSystem': _file_system_annotations, |
'DOMFileSystemSync': _file_system_annotations, |
'WebKitPoint': _webkit_experimental_annotations, |
- 'Window.webkitConvertPointFromNodeToPage': _webkit_experimental_annotations, |
- 'Window.webkitConvertPointFromPageToNode': _webkit_experimental_annotations, |
'Window.indexedDB': _indexed_db_annotations, |
'Window.openDatabase': _web_sql_annotations, |
'Window.performance': _performance_annotations, |