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

Unified Diff: third_party/WebKit/Source/core/dom/DOMRect.idl

Issue 2702003002: [GeometryInterface] enable Exposed keyword at DOMRect*.idl. (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMRect*.idl. Created 3 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: third_party/WebKit/Source/core/dom/DOMRect.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMRect.idl b/third_party/WebKit/Source/core/dom/DOMRect.idl
index 782cc41646739bb943a91a7c58bbd416f0e3b640..dfda1bfc4cd0fb2a5f341dc6132624fd0c1fb208 100644
--- a/third_party/WebKit/Source/core/dom/DOMRect.idl
+++ b/third_party/WebKit/Source/core/dom/DOMRect.idl
@@ -9,7 +9,7 @@
optional unrestricted double y = 0,
optional unrestricted double width = 0,
optional unrestricted double height = 0),
- // FIXME: Exposed=(Window,Worker)
+ Exposed=(Window,Worker),
RuntimeEnabled=GeometryInterfaces,
] interface DOMRect : DOMRectReadOnly {
[NewObject] static DOMRect fromRect(optional DOMRectInit other);

Powered by Google App Engine
This is Rietveld 408576698