| Index: third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectedFrames.h b/third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| index 43b2cc403ec1bdff726ebaea9e46b62d4da8878e..fd3f091adf0cd1634a1631f92ffaddfcae2413d2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| @@ -14,7 +14,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
|
|
| -class CORE_EXPORT InspectedFrames final : public GarbageCollectedFinalized<InspectedFrames> {
|
| +class CORE_EXPORT InspectedFrames final : public GarbageCollected<InspectedFrames> {
|
| WTF_MAKE_NONCOPYABLE(InspectedFrames);
|
| public:
|
| class CORE_EXPORT Iterator {
|
|
|