| Index: Source/bindings/tests/results/V8TestCallback.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp
|
| index a9719116bcc2bbe7807a3237499752749636239a..79cac68d6a9bbe97b815cf1166f4d6fa3dcbd2e0 100644
|
| --- a/Source/bindings/tests/results/V8TestCallback.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCallback.cpp
|
| @@ -27,12 +27,10 @@
|
| #include "bindings/v8/V8Binding.h"
|
| #include "bindings/v8/V8Callback.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| -#include <wtf/GetPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/RefPtr.h>
|
| -
|
| -#include <wtf/Assertions.h>
|
| -
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/GetPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/RefPtr.h"
|
| namespace WebCore {
|
|
|
| V8TestCallback::V8TestCallback(v8::Handle<v8::Object> callback, ScriptExecutionContext* context)
|
|
|