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

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

Issue 968613002: Fixed tests for DOMPoint support for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed css_test to run on all platforms. Created 5 years, 10 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: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index 06f470c8b37b23555f8071745a7f46df6ac27bf2..520404c0553d7e537c4c419d083616d2847f9d1f 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -228,12 +228,6 @@ interface EntrySync {
interface Blob {
};
-[DartSupplemental,
- Constructor(float x, float y)
-]
-interface WebKitPoint {
-};
-
[DartSupplemental, Callback] // Add missing Callback attribute.
interface VoidCallback {
};

Powered by Google App Engine
This is Rietveld 408576698