Chromium Code Reviews

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

Issue 151043002: Remove SVGDocument from bindings generator and test cases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestSVG.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22b95226db1bef24dc51a766bac5a9350aab5d9e..0989b9075bf56bf034b1754cc90cbc35495d2f27 100644
--- a/Source/bindings/scripts/code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -216,7 +216,6 @@ my %domNodeTypes = ("Attr" => 1,
"Notation" => 1,
"ProcessingInstruction" => 1,
"ShadowRoot" => 1,
- "SVGDocument" => 1,
"Text" => 1,
"TestNode" => 1,
"TestInterfaceDocument" => 1,
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestSVG.idl » ('j') | no next file with comments »

Powered by Google App Engine