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

Unified Diff: third_party/WebKit/Source/core/style/ContentData.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/style/ContentData.h
diff --git a/third_party/WebKit/Source/core/style/ContentData.h b/third_party/WebKit/Source/core/style/ContentData.h
index 1e49f6f11cdbfa3170311aa758a5f8b9244b10a8..0b25bccf652d5057debb93c9494df3c5626ec509 100644
--- a/third_party/WebKit/Source/core/style/ContentData.h
+++ b/third_party/WebKit/Source/core/style/ContentData.h
@@ -151,7 +151,7 @@ class CounterContentData final : public ContentData {
ContentData* cloneInternal() const override {
std::unique_ptr<CounterContent> counterData =
- wrapUnique(new CounterContent(*counter()));
+ WTF::wrapUnique(new CounterContent(*counter()));
return create(std::move(counterData));
}
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | third_party/WebKit/Source/core/style/CounterDirectives.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698