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

Unified Diff: Source/bindings/tests/idls/TestCheckSecurityInterface.idl

Issue 74783008: IDL compiler: [ActiveDOMObject] interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 1 month 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/TestCheckSecurityInterface.idl
diff --git a/Source/bindings/tests/idls/TestActiveDOMObject.idl b/Source/bindings/tests/idls/TestCheckSecurityInterface.idl
similarity index 97%
rename from Source/bindings/tests/idls/TestActiveDOMObject.idl
rename to Source/bindings/tests/idls/TestCheckSecurityInterface.idl
index c66771fac35901b3a756544f5d152d34cc19d4ee..aa44dee23715436aa1679206c150d2c8530196a1 100644
--- a/Source/bindings/tests/idls/TestActiveDOMObject.idl
+++ b/Source/bindings/tests/idls/TestCheckSecurityInterface.idl
@@ -28,7 +28,7 @@
[
CheckSecurity=Frame,
-] interface TestActiveDOMObject {
+] interface TestCheckSecurityInterface {
readonly attribute long excitingAttr;
void excitingFunction(Node nextChild);
[DoNotCheckSecurity] void postMessage(DOMString message);
« no previous file with comments | « Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698