Bug 58270 - Assertion failure on launch in LayerChangesFlusher::setHook
Summary: Assertion failure on launch in LayerChangesFlusher::setHook
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-04-11 14:28 PDT by Jon Honeycutt
Modified: 2011-04-11 14:41 PDT (History)
0 users

See Also:


Attachments
Patch (2.33 KB, patch)
2011-04-11 14:32 PDT, Jon Honeycutt
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2011-04-11 14:28:40 PDT
Assertion failure on launch:

ASSERTION FAILED: ::SetWindowsHookExW failed with error 126
m_hook
..\platform\graphics\ca\win\LayerChangesFlusher.cpp(111) : WebCore::LayerChangesFlusher::setHook


<rdar://problem/9267042>
Comment 1 Jon Honeycutt 2011-04-11 14:32:03 PDT
Created attachment 89089 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-04-11 14:33:23 PDT
Comment on attachment 89089 [details]
Patch

I think we can get rid of the WebCoreInstanceHandle.h include, too.
Comment 3 Jon Honeycutt 2011-04-11 14:41:58 PDT
Landed in r83502.