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

Unified Diff: third_party/WebKit/Source/core/animation/LengthUnitsChecker.h

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/animation/LengthUnitsChecker.h
diff --git a/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h b/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
index c323003b0034c9783b56d498150dcfaa1a876e83..b48e10d036c68ec49969504decb296607d9c692f 100644
--- a/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
+++ b/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
@@ -30,7 +30,7 @@ class LengthUnitsChecker : public InterpolationType::ConversionChecker {
}
if (!create)
return nullptr;
- return wrapUnique(
+ return WTF::wrapUnique(
new LengthUnitsChecker(std::move(lengthArray), lastIndex));
}

Powered by Google App Engine
This is Rietveld 408576698