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

Unified Diff: third_party/WebKit/Source/core/css/CSSVariableData.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/core/css/CSSVariableData.h
diff --git a/third_party/WebKit/Source/core/css/CSSVariableData.h b/third_party/WebKit/Source/core/css/CSSVariableData.h
index 1de3837aefeb6ef8891b4eeafca2a2c766092dcd..b7b669f49d11bd0490266d057bfe8c0b0f6d3558 100644
--- a/third_party/WebKit/Source/core/css/CSSVariableData.h
+++ b/third_party/WebKit/Source/core/css/CSSVariableData.h
@@ -62,7 +62,7 @@ private:
// Parsed representation for @apply
bool m_cachedPropertySet;
- RefPtrWillBePersistent<StylePropertySet> m_propertySet;
+ Persistent<StylePropertySet> m_propertySet;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValuePool.cpp ('k') | third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698