From 9e3e86c10a71ec992ab86d6b5044fc06e22603bd Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 20 Dec 2011 16:18:21 +0000 Subject: [PATCH] Rebase webcore_v8_custom.patch file. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/963@431 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- patch/patches/webcore_v8_custom.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patch/patches/webcore_v8_custom.patch b/patch/patches/webcore_v8_custom.patch index 6518cf76b..67e101b10 100644 --- a/patch/patches/webcore_v8_custom.patch +++ b/patch/patches/webcore_v8_custom.patch @@ -1,8 +1,8 @@ Index: V8DOMWindowCustom.cpp =================================================================== ---- V8DOMWindowCustom.cpp (revision 101876) +--- V8DOMWindowCustom.cpp (revision 102901) +++ V8DOMWindowCustom.cpp (working copy) -@@ -289,8 +289,11 @@ +@@ -297,8 +297,11 @@ static v8::Handle handlePostMessageCallback(const v8::Arguments& args, bool extendedTransfer) { DOMWindow* window = V8DOMWindow::toNative(args.Holder()); @@ -14,4 +14,4 @@ Index: V8DOMWindowCustom.cpp + DOMWindow* source = frame->domWindow(); ASSERT(source->frame()); - // This function has variable arguments and can either be: + // This function has variable arguments and can be: