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

Unified Diff: Source/core/dom/Document.idl

Issue 16047009: Stop using [InterfaceName] for WebKitNamedFlowCollection and WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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 | « Source/core/dom/DOMNamedFlowCollection.idl ('k') | Source/core/dom/WebKitNamedFlowCollection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index 1a505db341cbd195c6d0999b4b6863f0a72c27a6..483286810e40f57832d21f5228a2c5fe2999d8bf 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -183,7 +183,7 @@
void webkitExitPointerLock();
readonly attribute Element webkitPointerLockElement;
- [EnabledAtRuntime=cssRegions] DOMNamedFlowCollection webkitGetNamedFlows();
+ [EnabledAtRuntime=cssRegions] WebKitNamedFlowCollection webkitGetNamedFlows();
[EnabledAtRuntime=fontLoadEvents] readonly attribute FontLoader fontloader;
« no previous file with comments | « Source/core/dom/DOMNamedFlowCollection.idl ('k') | Source/core/dom/WebKitNamedFlowCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698