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

Unified Diff: Source/core/dom/Document.h

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index d978bc567e198a61ca0a481cb2da9c8d0857ee18..03bffc4a53d0b530d4d9fff18c1de99cd44be39a 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -935,7 +935,7 @@ public:
const DocumentTiming& timing() const { return m_documentTiming; }
- int requestAnimationFrame(PassOwnPtrWillBeRawPtr<RequestAnimationFrameCallback>);
+ int requestAnimationFrame(RequestAnimationFrameCallback*);
void cancelAnimationFrame(int id);
void serviceScriptedAnimations(double monotonicAnimationStartTime);

Powered by Google App Engine
This is Rietveld 408576698