Commit 0e193ac6 authored by caseq's avatar caseq Committed by Commit bot

Revert of multiple blink rolls 465217f:b8214f9 (svn 189778:189808)

Reason for revert:
Looks like this broke the linux 32 bots:

https://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29%2832%29/builds/9539
lots of failures like:
ASSERTION FAILED: !((reinterpret_cast<uintptr_t>(address) + sizeof(HeapObjectHeader)) & allocationMask)
../../third_party/WebKit/Source/platform/heap/Heap.cpp(875) : void blink::FreeList::addToFreeList(Address, size_t)

TBR=dpranke@chromium.org,rch@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/907953002

Cr-Commit-Position: refs/heads/master@{#315342}
parent 64e9247a
......@@ -34,7 +34,7 @@ vars = {
'llvm_url': 'http://src.chromium.org/llvm-project',
'llvm_git': 'https://llvm.googlesource.com',
'webkit_trunk': 'http://src.chromium.org/blink/trunk',
'webkit_revision': 'b8214f9520dd614baddbcaf731279cc708b137b4', # from svn revision 189808
'webkit_revision': '465217f5619ae33f836fc30492fa0d8e43e5883e', # from svn revision 189778
'chromium_git': 'https://chromium.googlesource.com',
'chromiumos_git': 'https://chromium.googlesource.com/chromiumos',
'pdfium_git': 'https://pdfium.googlesource.com',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment