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

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

Issue 1046423002: [bindings] Remove History.(push|replace)State custom bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/bindings/tests/idls/core/TestObject.idl
diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
index 050223923d39f65c4469e4b5f7b189177a17f145..0014a02f53302a0f9de0e8e3c05809d52cd9dd84 100644
--- a/Source/bindings/tests/idls/core/TestObject.idl
+++ b/Source/bindings/tests/idls/core/TestObject.idl
@@ -512,6 +512,8 @@ interface TestObject {
[CallWith=(ActiveWindow,FirstWindow)] void callWithActiveWindowScriptWindow();
[CallWith=ThisValue] void callWithThisValue();
[CheckSecurity=Node] void checkSecurityForNodeVoidMethod();
+ [ClearCachedAttributes=(one)] void clearSingleCachedAttribute();
+ [ClearCachedAttributes=(one, two, three)] void clearMultipleCachedAttributes();
[Conditional=CONDITION] void conditionalConditionVoidMethod();
[Conditional=CONDITION] static void conditionalConditionStaticVoidMethod();
[Custom] void customVoidMethod();

Powered by Google App Engine
This is Rietveld 408576698