diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/port/bindings/v8/extensions/Interval.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/extensions/Interval.cpp b/webkit/port/bindings/v8/extensions/Interval.cpp index a0c88e3..9dfc5a1 100644 --- a/webkit/port/bindings/v8/extensions/Interval.cpp +++ b/webkit/port/bindings/v8/extensions/Interval.cpp @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "Interval.h" -#include "WTF/CurrentTime.h" +#include "wtf/CurrentTime.h" namespace WebCore { |