diff options
Diffstat (limited to 'WebCore/html/HTMLAreaElement.idl')
-rw-r--r-- | WebCore/html/HTMLAreaElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAreaElement.idl b/WebCore/html/HTMLAreaElement.idl index 39cc719..d80ebed 100644 --- a/WebCore/html/HTMLAreaElement.idl +++ b/WebCore/html/HTMLAreaElement.idl @@ -42,7 +42,7 @@ module html { readonly attribute DOMString protocol; readonly attribute DOMString search; -#if defined(LANGUAGE_OBJECTIVE_C) +#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C // Objective-C extension: readonly attribute URL absoluteLinkURL; #endif |