| Index: Source/core/platform/Supplementable.h
|
| diff --git a/Source/core/platform/Supplementable.h b/Source/core/platform/Supplementable.h
|
| index 352d7eadfdac3050bf28a29b476e2340623e160a..1db30e3cd9a82d552f849e76cc6a9f5c89436c67 100644
|
| --- a/Source/core/platform/Supplementable.h
|
| +++ b/Source/core/platform/Supplementable.h
|
| @@ -26,13 +26,13 @@
|
| #ifndef Supplementable_h
|
| #define Supplementable_h
|
|
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| #if !ASSERT_DISABLED
|
| -#include <wtf/Threading.h>
|
| +#include "wtf/Threading.h"
|
| #endif
|
|
|
| namespace WebCore {
|
|
|