| Index: Source/core/inspector/InspectorMemoryAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorMemoryAgent.cpp b/Source/core/inspector/InspectorMemoryAgent.cpp
|
| index 8634207bf582402f69dafa9a54a57f4d26e58228..bcf25495f74eed832c6f25cef95696e19b7651c5 100644
|
| --- a/Source/core/inspector/InspectorMemoryAgent.cpp
|
| +++ b/Source/core/inspector/InspectorMemoryAgent.cpp
|
| @@ -32,9 +32,6 @@
|
| #include "InspectorMemoryAgent.h"
|
|
|
| #include "BindingVisitors.h"
|
| -#include "CharacterData.h"
|
| -#include "Document.h"
|
| -#include "EventListenerMap.h"
|
| #include "HeapGraphSerializer.h"
|
| #include "InspectorClient.h"
|
| #include "InspectorDOMStorageAgent.h"
|
| @@ -43,11 +40,14 @@
|
| #include "InspectorValues.h"
|
| #include "InstrumentingAgents.h"
|
| #include "MemoryInstrumentationImpl.h"
|
| -#include "Node.h"
|
| -#include "NodeTraversal.h"
|
| #include "ScriptGCEvent.h"
|
| #include "ScriptProfiler.h"
|
| -#include "StyledElement.h"
|
| +#include "core/dom/CharacterData.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/EventListenerMap.h"
|
| +#include "core/dom/Node.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/StyledElement.h"
|
| #include "core/loader/cache/MemoryCache.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
|
|