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

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

Issue 112303003: IDL compiler: [Constructor] overloading (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Formatting Created 7 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: Source/bindings/tests/idls/TestInterfaceConstructor3.idl
diff --git a/Source/core/inspector/InspectorOverlayHost.idl b/Source/bindings/tests/idls/TestInterfaceConstructor3.idl
similarity index 92%
copy from Source/core/inspector/InspectorOverlayHost.idl
copy to Source/bindings/tests/idls/TestInterfaceConstructor3.idl
index 2f1978e4e1f4aee160ec91e972d07b57db755d79..19b6669a0e57ed612ba86fc12ddf6497c7495e6d 100644
--- a/Source/core/inspector/InspectorOverlayHost.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor3.idl
@@ -28,9 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// Test for length > 0, non-overloaded constructor.
[
- NoInterfaceObject
-] interface InspectorOverlayHost {
- void resume();
- void stepOver();
+ Constructor(DOMString stringArg),
+] interface TestInterfaceConstructor3 {
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterfaceConstructor2.idl ('k') | Source/bindings/tests/results/V8TestInterfaceConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698