| Index: Source/core/layout/HitTestResult.h
|
| diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
|
| index b5bf8ecfa1f17aa1dd414bf6f003dc7255d0795c..dea3ffbedf7882a27a437861d505c28e3182bfcf 100644
|
| --- a/Source/core/layout/HitTestResult.h
|
| +++ b/Source/core/layout/HitTestResult.h
|
| @@ -34,7 +34,6 @@
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/RefPtr.h"
|
| -#include "wtf/VectorTraits.h"
|
|
|
| namespace blink {
|
|
|
| @@ -173,6 +172,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -WTF_ALLOW_CLEAR_UNUSED_SLOTS_WITH_MEM_FUNCTIONS(blink::HitTestResult);
|
| -
|
| #endif // HitTestResult_h
|
|
|