| Index: third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| index 6dbfe938ba991c86078579b04155222979b3a186..c486f3075a7a6a3ae6ef982304c5337d79915a78 100644
|
| --- a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| @@ -16,7 +16,7 @@ namespace blink {
|
| class DOMWindow;
|
| class Performance;
|
|
|
| -class CORE_EXPORT DOMWindowPerformance final : public GarbageCollected<DOMWindowPerformance>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| +class CORE_EXPORT DOMWindowPerformance final : public GarbageCollected<DOMWindowPerformance>, public Supplement<LocalDOMWindow>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowPerformance);
|
| WTF_MAKE_NONCOPYABLE(DOMWindowPerformance);
|
| public:
|
|
|