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.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/page/AbstractView.idl b/WebCore/page/AbstractView.idl
index ca02c82..5b7ce89 100644
--- a/WebCore/page/AbstractView.idl
+++ b/WebCore/page/AbstractView.idl
@@ -27,7 +27,9 @@
module views {
// Introduced in DOM Level 2:
- interface AbstractView {
+ interface [
+ ObjCCustomImplementation
+ ] AbstractView {
readonly attribute Document document;
};