| Index: Source/core/inspector/LayoutEditor.cpp
|
| diff --git a/Source/core/inspector/LayoutEditor.cpp b/Source/core/inspector/LayoutEditor.cpp
|
| index 3fdc1ba87075ee28b87fd677a742322da57cb72d..4b76ed60b75ecf76cab13821933b01b29ea56451 100644
|
| --- a/Source/core/inspector/LayoutEditor.cpp
|
| +++ b/Source/core/inspector/LayoutEditor.cpp
|
| @@ -211,6 +211,10 @@ LayoutEditor::LayoutEditor(Element* element, InspectorCSSAgent* cssAgent, Inspec
|
|
|
| LayoutEditor::~LayoutEditor()
|
| {
|
| +}
|
| +
|
| +void LayoutEditor::dispose()
|
| +{
|
| if (!m_isDirty)
|
| return;
|
|
|
|
|