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

Unified Diff: Source/core/page/WebKitPoint.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/page/DOMWindow.idl ('k') | Source/core/testing/Internals.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/WebKitPoint.idl
diff --git a/Source/core/page/DOMPoint.idl b/Source/core/page/WebKitPoint.idl
similarity index 96%
rename from Source/core/page/DOMPoint.idl
rename to Source/core/page/WebKitPoint.idl
index b5fb534870c66f5a130eeb71694134bcbd1015f7..6ac44cd16c319425e20c8783a02018b4c4b225dc 100644
--- a/Source/core/page/DOMPoint.idl
+++ b/Source/core/page/WebKitPoint.idl
@@ -26,8 +26,8 @@
[
CustomConstructor,
CustomConstructor(float x, float y),
- InterfaceName=WebKitPoint
-] interface DOMPoint {
+ ImplementedAs=DOMPoint
+] interface WebKitPoint {
attribute float x;
attribute float y;
};
« no previous file with comments | « Source/core/page/DOMWindow.idl ('k') | Source/core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698