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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2863443002: Implement and ship PushManager.supportedContentEncodings (Closed)
Patch Set: Implement and ship PushManager.supportedContentEncodings Created 3 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
Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
index f07e4d0472c5b72938e816856559a3c0cb132097..b86cfc36feaa690ddc7797569cd9efb9598c847d 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -218,6 +218,7 @@ interface TestObject {
[Measure] attribute long measuredLongAttribute;
[SameObject] readonly attribute TestInterface sameObjectAttribute;
[SameObject, SaveSameObject] readonly attribute TestInterface saveSameObjectAttribute;
+ [SameObject, SaveSameObject] static readonly attribute TestInterface staticSaveSameObjectAttribute;
[Unscopable] attribute long unscopableLongAttribute;
[Unscopable, OriginTrialEnabled=FeatureName] attribute long unscopableOriginTrialEnabledLongAttribute;
[Unscopable, RuntimeEnabled=FeatureName] attribute long unscopableRuntimeEnabledLongAttribute;

Powered by Google App Engine
This is Rietveld 408576698