Bug 148166 - REGRESSION (r188581): Web Inspector: Console user command isn't visible after reloading the page
Summary: REGRESSION (r188581): Web Inspector: Console user command isn't visible after...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-08-18 22:55 PDT by Nikita Vasilyev
Modified: 2015-08-19 00:13 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2015-08-18 22:57 PDT, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2015-08-18 22:55:58 PDT
Steps:

1. Run "1+1"
2. Reload the page
3. Run "1+1"


Expected:
> 1+1
< 2
- - - - - -
> 1+1
< 2

Actual:
> 1+1
< 2
- - - - - -
< 2
Comment 1 Radar WebKit Bug Importer 2015-08-18 22:56:30 PDT
<rdar://problem/22338882>
Comment 2 Nikita Vasilyev 2015-08-18 22:57:56 PDT
Created attachment 259360 [details]
Patch
Comment 3 WebKit Commit Bot 2015-08-19 00:13:04 PDT
Comment on attachment 259360 [details]
Patch

Clearing flags on attachment: 259360

Committed r188636: <http://trac.webkit.org/changeset/188636>
Comment 4 WebKit Commit Bot 2015-08-19 00:13:11 PDT
All reviewed patches have been landed.  Closing bug.