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

Unified Diff: tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart

Issue 1904373002: Fix build break due to bug 522 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « test/codegen/expect/language-all.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart
diff --git a/tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart b/tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart
index e15ec4f7d7458598035b46612adcd4dd80fdf01a..d709f46ab87ecd3506ee5014cffbd47f38e9d872 100644
--- a/tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart
+++ b/tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart
@@ -4804,6 +4804,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
// To suppress missing implicit constructor warnings.
factory SvgElement._() { throw new UnsupportedError("Not supported"); }
+/* TODO(vsm): see bug 522 which requires us to comment out this code.
@DomName('SVGElement.abortEvent')
@DocsEditable()
@Experimental() // untriaged
@@ -5063,6 +5064,8 @@ class SvgElement extends Element implements GlobalEventHandlers {
@DocsEditable()
@Experimental() // untriaged
static const EventStreamProvider<Event> waitingEvent = const EventStreamProvider<Event>('waiting');
+ */
+
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
« no previous file with comments | « test/codegen/expect/language-all.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698