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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 325923003: Add back invalid natives that couldn't be removed due to analyzer warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « sdk/lib/svg/dartium/svg_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index e2af8ea806526fee9d6c710d049e3fb946e6c3b1..cfb832bd8c9831a33415fa3715584e6f30e8f248 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -472,10 +472,6 @@ interface Screen {
[Suppressed] readonly attribute unsigned short playbackState;
};
-[Supplemental] interface SVGElementInstanceList {
- [Suppressed] readonly attribute unsigned long length;
-};
-
[Supplemental] interface SpeechInputResult {
[Suppressed] readonly attribute DOMString utterance;
[Suppressed] readonly attribute float confidence;
@@ -485,10 +481,6 @@ interface Screen {
[Suppressed] readonly attribute SpeechInputResultList results;
};
-[Supplemental] interface SpeechInputResultList {
- [Suppressed] readonly attribute unsigned long length;
-};
-
[Supplemental] interface AudioBufferSourceNode : AudioSourceNode {
[Suppressed] readonly attribute AudioParam gain;
};
« no previous file with comments | « sdk/lib/svg/dartium/svg_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698