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

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

Issue 12681018: Chrome roll 188678->190564. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « no previous file | 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 0b1745700991a4f21b75923e8b30d626086311cd..fddff5b5ff51792c036d17c64f4f95a2fe79c9e9 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -42,6 +42,16 @@ interface Console {
[CallWith=ScriptArguments|ScriptState] void assertCondition(boolean condition);
};
+// TODO(antonm): remove those overrides and corresponding custom methods.
+[Supplemental]
+interface Coordinates {
+ [Custom] readonly attribute double altitude;
+ [Custom] readonly attribute double altitudeAccuracy;
+ [Custom] readonly attribute double heading;
+ [Custom] readonly attribute double speed;
+};
+
+
interface HTMLCanvasElement {
[Suppressed] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] in DOMString type) raises(DOMException);
[Custom] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] in DOMString type, [Optional] in float quality) raises(DOMException);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698