| Index: Source/core/inspector/LayoutEditor.h
|
| diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
|
| index a549992460355bce5dea9fadebc0fbc3cdb757be..40b4b00d0b41a05961b93c136834c76c5cc483ed 100644
|
| --- a/Source/core/inspector/LayoutEditor.h
|
| +++ b/Source/core/inspector/LayoutEditor.h
|
| @@ -23,6 +23,7 @@ class JSONArray;
|
| class JSONObject;
|
|
|
| class CORE_EXPORT LayoutEditor final : public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(LayoutEditor);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<LayoutEditor> create(InspectorCSSAgent* cssAgent, InspectorDOMAgent* domAgent)
|
| {
|
|
|