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

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

Issue 2571063002: Remove Blink-in-JS (Closed)
Patch Set: Created 4 years 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 ec6610b22577430355464581de2f8f22ea28b7a9..1449a22965948267aae40afc9abd451fc64ce273 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -544,22 +544,5 @@ interface TestObject {
attribute TestInterfaceGarbageCollected testInterfaceGarbageCollectedAttribute; // [GarbageCollected]
attribute TestInterfaceGarbageCollected? testInterfaceGarbageCollectedOrNullAttribute; // [GarbageCollected]
- // Private scripts
- [ImplementedInPrivateScript] void voidMethodImplementedInPrivateScript();
- [ImplementedInPrivateScript] short shortMethodImplementedInPrivateScript();
- [ImplementedInPrivateScript] short shortMethodWithShortArgumentImplementedInPrivateScript(short value);
- [ImplementedInPrivateScript] DOMString stringMethodWithStringArgumentImplementedInPrivateScript(DOMString value);
- [ImplementedInPrivateScript] Node nodeMethodWithNodeArgumentImplementedInPrivateScript(Node value);
- [ImplementedInPrivateScript] Node nodeMethodWithVariousArgumentsImplementedInPrivateScript(Document document, Node node, short value1, double value2, DOMString string);
- [ImplementedInPrivateScript] readonly attribute short readonlyShortAttribute;
- [ImplementedInPrivateScript] attribute short shortAttribute;
- [ImplementedInPrivateScript] attribute DOMString stringAttribute;
- [ImplementedInPrivateScript] attribute Node nodeAttribute;
- [OnlyExposedToPrivateScript] short methodImplementedInCPPForPrivateScriptOnly(short value1, short value2);
- [OnlyExposedToPrivateScript] attribute DOMString attributeImplementedInCPPForPrivateScriptOnly;
- [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short methodForPrivateScriptOnly(short value1, short value2);
- [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly;
- [ImplementedInPrivateScript] attribute TestEnum enumForPrivateScript;
-
maplike<long, DOMStringOrDouble>;
};

Powered by Google App Engine
This is Rietveld 408576698