| Index: third_party/WebKit/Source/core/css/CSSValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h
|
| index b529e27399408cde71268859a6d983df3ebd4108..011851b7ef8889ebb6b79d8062cace2c615f47b4 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -196,9 +196,6 @@ protected:
|
| // NOTE: This class is non-virtual for memory and performance reasons.
|
| // Don't go making it virtual again unless you know exactly what you're doing!
|
|
|
| -private:
|
| - void destroy();
|
| -
|
| protected:
|
| // The bits in this section are only used by specific subclasses but kept here
|
| // to maximize struct packing.
|
|
|