| Index: Source/core/timing/PerformanceCompositeTiming.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterfaceConstructor3.idl b/Source/core/timing/PerformanceCompositeTiming.idl
|
| similarity index 88%
|
| copy from Source/bindings/tests/idls/core/TestInterfaceConstructor3.idl
|
| copy to Source/core/timing/PerformanceCompositeTiming.idl
|
| index 19b6669a0e57ed612ba86fc12ddf6497c7495e6d..e4394542e8f9bd32bb712c690106eb03dc318cf0 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterfaceConstructor3.idl
|
| +++ b/Source/core/timing/PerformanceCompositeTiming.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2013 Google Inc. All rights reserved.
|
| + * Copyright (C) 2015 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -28,8 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// Test for length > 0, non-overloaded constructor.
|
| -[
|
| - Constructor(DOMString stringArg),
|
| -] interface TestInterfaceConstructor3 {
|
| +// See: http://w3c.github.io/frame-timing/
|
| +interface PerformanceCompositeTiming : PerformanceEntry {
|
| + readonly attribute unsigned long sourceFrame;
|
| };
|
|
|