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

Unified Diff: sky/engine/core/html/HTMLImportElement.idl

Issue 681983005: Basic implementation of <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Works Created 6 years, 1 month 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: sky/engine/core/html/HTMLImportElement.idl
diff --git a/sky/engine/core/html/HTMLScriptElement.idl b/sky/engine/core/html/HTMLImportElement.idl
similarity index 79%
copy from sky/engine/core/html/HTMLScriptElement.idl
copy to sky/engine/core/html/HTMLImportElement.idl
index be66428eccabb40c1e3cdeae4f475d58ea443550..6526cd1886cc43c491e3f57a94cd8df6e23acdfc 100644
--- a/sky/engine/core/html/HTMLScriptElement.idl
+++ b/sky/engine/core/html/HTMLImportElement.idl
@@ -2,5 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface HTMLScriptElement : HTMLElement {
+interface HTMLImportElement : HTMLElement {
};

Powered by Google App Engine
This is Rietveld 408576698