Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1653)

Unified Diff: third_party/WebCore/dom/Document.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestTypedArray.idl ('k') | third_party/WebCore/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestTypedArray.idl ('k') | third_party/WebCore/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698