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

Unified Diff: Source/core/css/CSS.idl

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 7 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/core.gypi ('k') | Source/core/css/DOMWindowCSS.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSS.idl
diff --git a/Source/core/css/DOMWindowCSS.idl b/Source/core/css/CSS.idl
similarity index 97%
rename from Source/core/css/DOMWindowCSS.idl
rename to Source/core/css/CSS.idl
index f835815b1053e299c3f96ea82268af01e9285e10..133d905bec202e2442da815257343b6dab3cd4b2 100644
--- a/Source/core/css/DOMWindowCSS.idl
+++ b/Source/core/css/CSS.idl
@@ -29,11 +29,9 @@
[
NoInterfaceObject,
- InterfaceName=CSS,
+ ImplementedAs=DOMWindowCSS,
ImplementationLacksVTable
-] interface DOMWindowCSS {
-
+] interface CSS {
boolean supports(DOMString property, DOMString value);
boolean supports(DOMString conditionText);
-
};
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/DOMWindowCSS.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698