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

Unified Diff: third_party/WebCore/page/PagePopupController.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: third_party/WebCore/page/PagePopupController.idl
diff --git a/third_party/WebCore/html/shadow/HTMLShadowElement.idl b/third_party/WebCore/page/PagePopupController.idl
similarity index 90%
copy from third_party/WebCore/html/shadow/HTMLShadowElement.idl
copy to third_party/WebCore/page/PagePopupController.idl
index 94facb7bea44be8b703058505b0ee74687f4fe34..6e0a49daba1495b301f84ef625498638d9b38990 100644
--- a/third_party/WebCore/html/shadow/HTMLShadowElement.idl
+++ b/third_party/WebCore/page/PagePopupController.idl
@@ -28,12 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module html {
-
+module window {
interface [
- Conditional=SHADOW_DOM,
- V8EnabledAtRuntime=shadowDOM
- ] HTMLShadowElement : HTMLElement {
+ Conditional=PAGE_POPUP
+ ] PagePopupController {
+ void setValueAndClosePopup(in long numberValue, in DOMString stringValue);
};
-
}
« no previous file with comments | « third_party/WebCore/page/DOMWindowPagePopup.idl ('k') | third_party/WebCore/svg/SVGExternalResourcesRequired.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698