Index: sky/engine/core/html/HTMLIFrameElement.idl |
diff --git a/sky/engine/core/html/HTMLScriptElement.idl b/sky/engine/core/html/HTMLIFrameElement.idl |
similarity index 79% |
copy from sky/engine/core/html/HTMLScriptElement.idl |
copy to sky/engine/core/html/HTMLIFrameElement.idl |
index be66428eccabb40c1e3cdeae4f475d58ea443550..11fbc31f93b9e1345f9155d96d728f2a87322048 100644 |
--- a/sky/engine/core/html/HTMLScriptElement.idl |
+++ b/sky/engine/core/html/HTMLIFrameElement.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 HTMLIFrameElement : HTMLElement { |
}; |