Move HTML-related APIs from DOMWindow.idl to DOMWindowHTML.idl
authorharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 13:50:47 +0000 (13:50 +0000)
committerharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 13:50:47 +0000 (13:50 +0000)
commit0df6658b17a88ca5ee49d1861b292b5c0e677e5e
treed332974e1c126b5cf1ed035e21dd69cbf3d4292d
parent4e58d20e24273eb27d580348ff23ccbbe73d2cbd
Move HTML-related APIs from DOMWindow.idl to DOMWindowHTML.idl
https://bugs.webkit.org/show_bug.cgi?id=79436

Reviewed by Adam Barth.

For WebKit modularization, this patch moves HTML-related APIs
from DOMWindow.idl to DOMWindowHTML.idl.

No tests. No change in behavior.

* html/DOMWindowHTML.idl:
* page/DOMWindow.idl:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108781 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/html/DOMWindowHTML.idl
Source/WebCore/page/DOMWindow.idl