Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 17681003: Restore adoptNode and importNode to dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/document_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 53b23283a6172375f99b72f81195a7e113369dd3..3d013e4ca5a32a261132450adf05babf9892f040 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -388,7 +388,6 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'DOMWindow.webkitCancelRequestAnimationFrame',
'DOMWindow.webkitIndexedDB',
'DOMWindow.webkitRequestAnimationFrame',
- 'Document.adoptNode',
'Document.alinkColor',
'Document.all',
'Document.applets',
@@ -424,7 +423,6 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'Document.getOverrideStyle',
'Document.getSelection',
'Document.images',
- 'Document.importNode',
'Document.linkColor',
'Document.location',
'Document.open',
« no previous file with comments | « tests/html/document_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698