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

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

Issue 1363363002: clang/win: Fix component build after https://codereview.chromium.org/1365003002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSBasicShapeValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSBasicShapeValue.h b/third_party/WebKit/Source/core/css/CSSBasicShapeValue.h
index 2b5397b36974ea4eeb1ebe722a1c8506ebc899d2..9bb1b4fa2556b816212101e1ead4714e4e455b1f 100644
--- a/third_party/WebKit/Source/core/css/CSSBasicShapeValue.h
+++ b/third_party/WebKit/Source/core/css/CSSBasicShapeValue.h
@@ -43,7 +43,7 @@ namespace blink {
// TODO(Oilpan): the GC plugin is not capable of understanding that
// the traceAfterDispatch() method covers subtypes of CSSBasicShapeValue.
// Temporarily exempt it from being checked
-class CORE_EXPORT GC_PLUGIN_IGNORE("535448") CSSBasicShapeValue : public CSSValue {
+class GC_PLUGIN_IGNORE("535448") CORE_EXPORT CSSBasicShapeValue : public CSSValue {
public:
enum Type {
CSSBasicShapeEllipseType,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698