| Index: public/webview/WebNodeList.h
|
| diff --git a/Source/WebKit/chromium/public/WebNodeList.h b/public/webview/WebNodeList.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebNodeList.h
|
| copy to public/webview/WebNodeList.h
|
| index 5a811a8485d24f636d4ba4dbe3ecc230629d8326..c0137d99d57ae44944f469b831eda2a7ad4e4319 100644
|
| --- a/Source/WebKit/chromium/public/WebNodeList.h
|
| +++ b/public/webview/WebNodeList.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebNodeList_h
|
| #define WebNodeList_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| +#include "../platform/WebCommon.h"
|
|
|
| namespace WebCore { class NodeList; }
|
| #if WEBKIT_IMPLEMENTATION
|
|
|