| Index: Source/common/WebAssertion.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebCommon.cpp b/Source/common/WebAssertion.cpp
|
| similarity index 96%
|
| rename from Source/WebKit/chromium/src/WebCommon.cpp
|
| rename to Source/common/WebAssertion.cpp
|
| index 777df194e6aae7efb07511b5fbdab1691ab99464..a74038adde8d12876dfa7c4d16a2f10876195fa5 100644
|
| --- a/Source/WebKit/chromium/src/WebCommon.cpp
|
| +++ b/Source/common/WebAssertion.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "public/platform/WebCommon.h"
|
| +#include "public/common/WebAssertion.h"
|
|
|
| -#include <wtf/Assertions.h>
|
| +#include "wtf/Assertions.h"
|
|
|
| namespace WebKit {
|
|
|
|
|