diff options
Diffstat (limited to 'WebCore/page/AbstractView.idl')
-rw-r--r-- | WebCore/page/AbstractView.idl | 4 |
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; }; |