| Index: third_party/WebKit/Source/core/css/CSSValuePool.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValuePool.h b/third_party/WebKit/Source/core/css/CSSValuePool.h
|
| index 9490f1975fa6683b47bc2137abddffc91510b0ae..6bcfb757ad5d9c27bf0a89d36de357335b0f7444 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValuePool.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValuePool.h
|
| @@ -44,6 +44,7 @@
|
| namespace blink {
|
|
|
| class CORE_EXPORT CSSValuePool : public GarbageCollectedFinalized<CSSValuePool> {
|
| + WTF_MAKE_NONCOPYABLE(CSSValuePool);
|
| public:
|
| CSSValueList* createFontFaceValue(const AtomicString&);
|
| CSSFontFamilyValue* createFontFamilyValue(const String&);
|
|
|