summaryrefslogtreecommitdiffstats
path: root/WebCore/page/AbstractView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/AbstractView.idl')
-rw-r--r--WebCore/page/AbstractView.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/page/AbstractView.idl b/WebCore/page/AbstractView.idl
index 36865de..290bf48 100644
--- a/WebCore/page/AbstractView.idl
+++ b/WebCore/page/AbstractView.idl
@@ -28,7 +28,8 @@ module views {
// Introduced in DOM Level 2:
interface [
- ObjCCustomImplementation
+ ObjCCustomImplementation,
+ OmitConstructor
] AbstractView {
readonly attribute Document document;
readonly attribute Media media;