| Index: third_party/WebKit/public/web/WebColorSuggestion.h
|
| diff --git a/third_party/WebKit/public/web/WebColorSuggestion.h b/third_party/WebKit/public/web/WebColorSuggestion.h
|
| index ff3fa699e188eeb99dbf0fe6c9396fd5565aca6b..018bad1ff0c501712dacb142469b6c089d1919c5 100644
|
| --- a/third_party/WebKit/public/web/WebColorSuggestion.h
|
| +++ b/third_party/WebKit/public/web/WebColorSuggestion.h
|
| @@ -43,8 +43,8 @@ struct WebColorSuggestion {
|
| WebString label;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebColorSuggestion(const ColorSuggestion&);
|
| - WebColorSuggestion& operator=(const ColorSuggestion&);
|
| + BLINK_EXPORT WebColorSuggestion(const ColorSuggestion&);
|
| + BLINK_EXPORT WebColorSuggestion& operator=(const ColorSuggestion&);
|
| #endif
|
| };
|
|
|
|
|