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

Unified Diff: third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl

Issue 2730633004: [CSS Typed OM] Rearrange StylePropertyMap classes to match the new spec. (Closed)
Patch Set: Remove spurious : 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
Index: third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
index e70c68d077c08c26fd1af320224ba6c32dda7912..00fac16b527d31e58a7eba1255bbb2f8cecee19b 100644
--- a/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
+++ b/third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl
@@ -7,5 +7,5 @@
[
RuntimeEnabled=CSSTypedOM,
] partial interface Window {
- [NewObject] StylePropertyMap getComputedStyleMap(Element element, optional DOMString? pseudoElement = null);
+ [NewObject] StylePropertyMapReadonly getComputedStyleMap(Element element, optional DOMString? pseudoElement = null);
};

Powered by Google App Engine
This is Rietveld 408576698