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

Unified Diff: Source/core/css/CSSFilterValue.h

Issue 182063004: Rename adoptRefCountedWillBeRefCountedGarbageCollected to adoptRefWillBeRefCountedGarbageCollected (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/core/css/CSSFilterRule.h ('k') | Source/core/css/CSSFilterValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFilterValue.h
diff --git a/Source/core/css/CSSFilterValue.h b/Source/core/css/CSSFilterValue.h
index 1e3ab2a65aa9f6c6de2a8719b4340f34c6e225ed..151c4b7e5a740fc6c6fda0379fb4080eb8cc9ad8 100644
--- a/Source/core/css/CSSFilterValue.h
+++ b/Source/core/css/CSSFilterValue.h
@@ -53,7 +53,7 @@ public:
static PassRefPtrWillBeRawPtr<CSSFilterValue> create(FilterOperationType type)
{
- return adoptRefCountedWillBeRefCountedGarbageCollected(new CSSFilterValue(type));
+ return adoptRefWillBeRefCountedGarbageCollected(new CSSFilterValue(type));
}
String customCSSText() const;
« no previous file with comments | « Source/core/css/CSSFilterRule.h ('k') | Source/core/css/CSSFilterValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698