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

Unified Diff: Source/core/wawwa/ListOfElements.idl

Issue 491053004: Expose Web Animations API to Web Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/core/wawwa/ListOfElements.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/core/wawwa/ListOfElements.idl
similarity index 96%
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl
copy to Source/core/wawwa/ListOfElements.idl
index 2a687e871a44bace871a2d7b65243bbbdedc7339..a0ff2fd6b5131f917360a1f749331da87cb419d0 100644
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl
+++ b/Source/core/wawwa/ListOfElements.idl
@@ -28,5 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
+// go/wawwa-design-doc
+
+interface ListOfElements {
shans 2014/08/25 11:53:58 If this isn't exposed to script it doesn't need to
+
};

Powered by Google App Engine
This is Rietveld 408576698