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

Unified Diff: third_party/WebKit/Source/core/dom/DOMRectReadOnly.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMRect.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
index 859ecb6b5844d31daa15981dc804805a84654355..e74e3c958392a182cf10aa910ebc103cba644b0f 100644
--- a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
+++ b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
@@ -7,7 +7,7 @@
[
Constructor(optional unrestricted double x = 0, 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 DOMRectReadOnly {
[NewObject] static DOMRectReadOnly fromRect(optional DOMRectInit other);
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMRect.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698