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

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

Issue 717933002: Clean up after getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase / fix debug compile? Created 6 years, 1 month 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/CSSFilterValue.cpp ('k') | Source/core/css/CSSGridLineNamesValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSGridLineNamesValue.h
diff --git a/Source/core/css/CSSGridLineNamesValue.h b/Source/core/css/CSSGridLineNamesValue.h
index db0abe5f3ced142b725d712f2bf9115827c6d4ed..0c632e72f763102eea3ef05d3020240b9931c331 100644
--- a/Source/core/css/CSSGridLineNamesValue.h
+++ b/Source/core/css/CSSGridLineNamesValue.h
@@ -45,8 +45,6 @@ public:
String customCSSText() const;
- PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> cloneForCSSOM() const;
-
void traceAfterDispatch(Visitor* visitor) { CSSValueList::traceAfterDispatch(visitor); }
private:
« no previous file with comments | « Source/core/css/CSSFilterValue.cpp ('k') | Source/core/css/CSSGridLineNamesValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698