| Index: third_party/WebCore/dom/Document.idl
|
| diff --git a/third_party/WebCore/dom/Document.idl b/third_party/WebCore/dom/Document.idl
|
| index 742381f2ab5215117fba2e0e9d4326778e6d2237..b83f40c99afe4f9c56ca2a5bca8309f819fcf4e6 100644
|
| --- a/third_party/WebCore/dom/Document.idl
|
| +++ b/third_party/WebCore/dom/Document.idl
|
| @@ -75,7 +75,7 @@ module core {
|
| Node adoptNode(in [Optional=DefaultIsUndefined] Node source)
|
| raises (DOMException);
|
|
|
| -#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
|
| +#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C || defined(LANGUAGE_GOBJECT) && LANGUAGE_GOBJECT
|
| // document.documentURI was writable in DOM3 Core, but is read-only in DOM4
|
| // (see http://www.w3.org/TR/2011/WD-dom-20110915/#document). We need to keep
|
| // the writable version around for Objective C clients, but are moving to
|
|
|