| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index 10d622038c4888604f5558b8b5709a7ca2a7bfac..af8ee460fdc9e315533f9d87f2b902430eb739ec 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -82,10 +82,9 @@ public:
|
| protected:
|
| explicit CSSFontSelector(Document*);
|
|
|
| -private:
|
| -
|
| void dispatchInvalidationCallbacks();
|
|
|
| +private:
|
| // FIXME: Oilpan: Ideally this should just be a traced Member but that will
|
| // currently leak because ComputedStyle and its data are not on the heap.
|
| // See crbug.com/383860 for details.
|
|
|