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

Unified Diff: Source/core/xml/DOMParser.h

Issue 292503006: Oilpan: add [WillBeGarbageCollected] for Node. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: DOMWindow dtor fixes Created 6 years, 7 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
Index: Source/core/xml/DOMParser.h
diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h
index 5720acec3e5ffc01bbcb084fcc6547d2a61636e5..c28c20fca3dbbe3557eba24fec255c16e9391274 100644
--- a/Source/core/xml/DOMParser.h
+++ b/Source/core/xml/DOMParser.h
@@ -37,7 +37,7 @@ public:
return adoptRefWillBeNoop(new DOMParser);
}
- PassRefPtr<Document> parseFromString(const String&, const String& contentType, ExceptionState&);
+ PassRefPtrWillBeRawPtr<Document> parseFromString(const String&, const String& contentType, ExceptionState&);
void trace(Visitor*) { }

Powered by Google App Engine
This is Rietveld 408576698