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

Unified Diff: third_party/WebKit/Source/core/page/ContextMenuController.cpp

Issue 2547053003: s/ passed(...) / WTF::passed(...) / to avoid future ambiguity w/ base::Passed. (Closed)
Patch Set: Rebasing... Created 4 years 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: third_party/WebKit/Source/core/page/ContextMenuController.cpp
diff --git a/third_party/WebKit/Source/core/page/ContextMenuController.cpp b/third_party/WebKit/Source/core/page/ContextMenuController.cpp
index 9fce17e3c8cc3e4b8d718cecabc483e2cc60dd93..7f9177c69b0100dc81f0ed33e676aa1437dc4ea3 100644
--- a/third_party/WebKit/Source/core/page/ContextMenuController.cpp
+++ b/third_party/WebKit/Source/core/page/ContextMenuController.cpp
@@ -172,7 +172,7 @@ std::unique_ptr<ContextMenu> ContextMenuController::createContextMenu(
m_hitTestResult = result;
- return wrapUnique(new ContextMenu);
+ return WTF::wrapUnique(new ContextMenu);
}
void ContextMenuController::showContextMenu(Event* event) {

Powered by Google App Engine
This is Rietveld 408576698