| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index c36502f0669ecc10958ecbac3b6bb5dd3300b630..354eeefa157716be30d08c6871a1c7a345803dfb 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -86,7 +86,7 @@ public:
|
| virtual void didModifyDOMAttr(Element*) = 0;
|
| };
|
|
|
| - enum SearchMode { NotSearching, SearchingForNormal, SearchingForUAShadow };
|
| + enum SearchMode { NotSearching, SearchingForNormal, SearchingForUAShadow, ShowLayoutEditor };
|
|
|
| class Client {
|
| public:
|
|
|