Bug 154094
Summary: | Cleanup KeyboardEvent::createForDummy() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jiewen Tan <jiewen_tan> |
Component: | DOM | Assignee: | Jiewen Tan <jiewen_tan> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, annevk, cdumez, jiewen_tan, rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jiewen Tan
This is a followup of Bug 153903 to cleanup Cleanup KeyboardEvent::createForDummy(), which is created temporarily to work around the DOM.mm::(DOMNode *)nextFocusNode and DOM.mm::(DOMNode *)previousFocusNode.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24598613>
Ahmad Saleem
This commit removed this function:
https://github.com/WebKit/WebKit/commit/1c2c87fa05a9a6b4a9e4d5f114dbf6b54153d88a
Do we need to do anything else?
Anne van Kesteren
Seems safe to assume that was the cleanup.