| Index: Source/web/PopupMenuImpl.cpp
|
| diff --git a/Source/web/PopupMenuImpl.cpp b/Source/web/PopupMenuImpl.cpp
|
| index 55833ceacec0030b6b313ddbde2b517296b5989c..ffe9cdeda8b00bb96f58dcc6a9ac0004324c0efb 100644
|
| --- a/Source/web/PopupMenuImpl.cpp
|
| +++ b/Source/web/PopupMenuImpl.cpp
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class PopupMenuCSSFontSelector : public CSSFontSelector, private CSSFontSelectorClient {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PopupMenuCSSFontSelector);
|
| public:
|
| static PassRefPtrWillBeRawPtr<PopupMenuCSSFontSelector> create(Document* document, CSSFontSelector* ownerFontSelector)
|
| {
|
|
|