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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.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/web/InspectorOverlay.cpp
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
index 89c00b982f1c3a1b4af0c9ac8efb944eec8fde75..d566b1120887d49a2029f0d4dfa0654512d17936 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
@@ -208,7 +208,7 @@ void InspectorOverlay::init(v8_inspector::V8InspectorSession* v8Session,
void InspectorOverlay::invalidate() {
if (!m_pageOverlay) {
m_pageOverlay = PageOverlay::create(
- m_frameImpl, wrapUnique(new InspectorPageOverlayDelegate(*this)));
+ m_frameImpl, WTF::wrapUnique(new InspectorPageOverlayDelegate(*this)));
}
m_pageOverlay->update();
« no previous file with comments | « third_party/WebKit/Source/web/FullscreenController.cpp ('k') | third_party/WebKit/Source/web/LinkHighlightImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698