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

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

Issue 24053003: Support partial interface for test support idls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch Created 7 years, 2 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/NonCoreTestInterface.idl
diff --git a/Source/core/events/BeforeUnloadEvent.idl b/Source/bindings/tests/idls/testing/NonCoreTestInterface.idl
similarity index 95%
copy from Source/core/events/BeforeUnloadEvent.idl
copy to Source/bindings/tests/idls/testing/NonCoreTestInterface.idl
index 618d55809395c4d4e5fa4497739234945eea2e91..cb855064e7787e90efe1d42a1be59515ba0ece7a 100644
--- a/Source/core/events/BeforeUnloadEvent.idl
+++ b/Source/bindings/tests/idls/testing/NonCoreTestInterface.idl
@@ -28,6 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface BeforeUnloadEvent : Event {
- attribute DOMString returnValue;
+[
+] interface NonCoreTestInterface {
haraken 2013/10/10 05:57:51 NonCoreTestInterface => SupportTestInterface
kihong 2013/10/12 05:43:12 Done.
};

Powered by Google App Engine
This is Rietveld 408576698