| Index: Source/core/inspector/InspectorStyleSheet.h
|
| diff --git a/Source/core/inspector/InspectorStyleSheet.h b/Source/core/inspector/InspectorStyleSheet.h
|
| index 9720b0fa2e507f597c4824dd450ee5bd024b97f5..37e27bd11260032e6c75e7686bee857874d8a058 100644
|
| --- a/Source/core/inspector/InspectorStyleSheet.h
|
| +++ b/Source/core/inspector/InspectorStyleSheet.h
|
| @@ -25,12 +25,12 @@
|
| #ifndef InspectorStyleSheet_h
|
| #define InspectorStyleSheet_h
|
|
|
| -#include "ExceptionCode.h"
|
| #include "InspectorStyleTextEditor.h"
|
| #include "InspectorTypeBuilder.h"
|
| #include "InspectorValues.h"
|
| #include "core/css/CSSPropertySourceData.h"
|
| #include "core/css/CSSStyleDeclaration.h"
|
| +#include "core/dom/ExceptionCode.h"
|
|
|
| #include <wtf/HashMap.h>
|
| #include <wtf/HashSet.h>
|
|
|