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

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

Issue 2737373005: [GeometryInterface] enable Exposed keyword at DOMQuad.idl (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMQuad.idl Created 3 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 | « third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('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/DOMQuad.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMQuad.idl b/third_party/WebKit/Source/core/dom/DOMQuad.idl
index 8bc33fd7c1ec123ca649392550978e183ed1668d..72f4b2f72475444577dd9279431514c395585c2d 100644
--- a/third_party/WebKit/Source/core/dom/DOMQuad.idl
+++ b/third_party/WebKit/Source/core/dom/DOMQuad.idl
@@ -7,7 +7,7 @@
[
Constructor(optional DOMPointInit p1, optional DOMPointInit p2,
optional DOMPointInit p3, optional DOMPointInit p4),
- // TODO(hs1217.lee): Exposed=(Window,Worker)
+ Exposed=(Window,Worker),
RuntimeEnabled=GeometryInterfaces
]
interface DOMQuad {
« no previous file with comments | « third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698