| Index: Source/core/html/TimeRanges.cpp
|
| diff --git a/Source/core/html/TimeRanges.cpp b/Source/core/html/TimeRanges.cpp
|
| index 7fddac8773db601ad1d9907a141ad84e56c6406e..24f7566e421ffe2d9c78b8595786804747031652 100644
|
| --- a/Source/core/html/TimeRanges.cpp
|
| +++ b/Source/core/html/TimeRanges.cpp
|
| @@ -27,9 +27,9 @@
|
|
|
| #include "TimeRanges.h"
|
|
|
| -#include "ExceptionCode.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include <math.h>
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
|
|
| using namespace WebCore;
|
| using namespace std;
|
|
|