| Index: public/webview/WebConsoleMessage.h
|
| diff --git a/Source/WebKit/chromium/public/WebConsoleMessage.h b/public/webview/WebConsoleMessage.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebConsoleMessage.h
|
| copy to public/webview/WebConsoleMessage.h
|
| index 61777331861bd2d33b75d4d931adb475024a9f07..6e2d627206074d7871b182df7b0af04b8a8e2093 100644
|
| --- a/Source/WebKit/chromium/public/WebConsoleMessage.h
|
| +++ b/public/webview/WebConsoleMessage.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebConsoleMessage_h
|
| #define WebConsoleMessage_h
|
|
|
| -#include "../../../../public/platform/WebString.h"
|
| +#include "../platform/WebString.h"
|
|
|
| namespace WebKit {
|
|
|
|
|