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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp

Issue 1426553002: Oilpan: fix build after r355906. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more trace updates Created 5 years, 2 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/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
index 77e329bad4aa17195de61345caf407706ae12d9c..2f7e0bb66eb9c7d65c82f9d99be3ea9f201c2f56 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
@@ -753,10 +753,7 @@ void HTMLCanvasElement::notifySurfaceInvalid()
DEFINE_TRACE(HTMLCanvasElement)
{
-#if ENABLE(OILPAN)
- visitor->trace(m_observers);
visitor->trace(m_context);
-#endif
DocumentVisibilityObserver::trace(visitor);
HTMLElement::trace(visitor);
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698