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

Unified Diff: Source/platform/TraceLocation.h

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 years, 6 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 | « Source/platform/PlatformGestureEvent.h ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TraceLocation.h
diff --git a/Source/platform/TraceLocation.h b/Source/platform/TraceLocation.h
index c13f4352cd52e8f042adcb67fdecddc7715c2948..a44ce85c3b8532cbf8ec66fdb1612b934d5e82b6 100644
--- a/Source/platform/TraceLocation.h
+++ b/Source/platform/TraceLocation.h
@@ -33,8 +33,7 @@ private:
const char* m_fileName;
};
-#define FROM_HERE WebCore::TraceLocation(__FUNCTION__, __FILE__)
-
+#define FROM_HERE ::WebCore::TraceLocation(__FUNCTION__, __FILE__)
}
#endif // TraceLocation_h
« no previous file with comments | « Source/platform/PlatformGestureEvent.h ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698