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

Unified Diff: Source/bindings/tests/idls/testing/TestSupportTestInterface.idl

Issue 24053003: Support partial interface for test support idls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove hardcoding Created 7 years, 3 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/testing/TestSupportTestInterface.idl
diff --git a/Source/core/dom/BeforeUnloadEvent.idl b/Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
similarity index 95%
copy from Source/core/dom/BeforeUnloadEvent.idl
copy to Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
index 618d55809395c4d4e5fa4497739234945eea2e91..1bd56eb80e7fa13799dfcc2b5909037e5fbc73fa 100644
--- a/Source/core/dom/BeforeUnloadEvent.idl
+++ b/Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
@@ -28,6 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface BeforeUnloadEvent : Event {
- attribute DOMString returnValue;
+[
+] interface TestSupportTestInterface {
haraken 2013/09/17 03:44:29 TestSupportTestInterface => NonCoreTestInterface
kihong 2013/10/04 06:11:38 Done.
};

Powered by Google App Engine
This is Rietveld 408576698