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

Unified Diff: Source/bindings/scripts/code_generator_v8.pm

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 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
Index: Source/bindings/scripts/code_generator_v8.pm
diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
index 43df75f485c36b565f37b8095369e8c1ed2d568c..e59dd2bb6fda7cc6378373307826050b0608dfc4 100644
--- a/Source/bindings/scripts/code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -221,6 +221,7 @@ my %domNodeTypes = ("Attr" => 1,
"TestNode" => 1,
"TestInterfaceDocument" => 1,
"TestInterfaceNode" => 1,
+ "XMLDocument" => 1,
);
my %callbackFunctionTypeHash = ();
« no previous file with comments | « LayoutTests/svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698