Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
index 31fb26ab4819175700df6ddcadbad8c36b97b3e3..fbe7ed7d65be7946614cd31185efb604c5801bd9 100644 |
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt |
@@ -6488,12 +6488,16 @@ interface StorageManager |
method estimate |
method persist |
method persisted |
-interface StylePropertyMap |
+interface StylePropertyMap : StylePropertyMapReadonly |
attribute @@toStringTag |
- method @@iterator |
method append |
method constructor |
method delete |
+ method set |
+interface StylePropertyMapReadonly |
+ attribute @@toStringTag |
+ method @@iterator |
+ method constructor |
method entries |
method forEach |
method get |
@@ -6501,7 +6505,6 @@ interface StylePropertyMap |
method getProperties |
method has |
method keys |
- method set |
method values |
interface StyleSheet |
attribute @@toStringTag |