Index: tools/dom/scripts/dartmetadata.py |
diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py |
index d56af31d200444fbc58e67cc9ee49534e2b82cdc..8b6a4cda21c794226cbdeee04415981aacc58966 100644 |
--- a/tools/dom/scripts/dartmetadata.py |
+++ b/tools/dom/scripts/dartmetadata.py |
@@ -457,6 +457,8 @@ _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, |