Bug 55477

Summary: m_debuggerAgent not declared in inspector/InspectorAgent.cpp:467
Product: WebKit Reporter: Oleg Romashin (:romaxa) <romaxa>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 55389    
Attachments:
Description Flags
m_debuggerAgent should be under ENABLE(JAVASCRIPT_DEBUGGER) define
kling: review-
fix compilation without ENABLE(JAVASCRIPT_DEBUGGER) none

Description Oleg Romashin (:romaxa) 2011-03-01 10:05:42 PST
Created attachment 84244 [details]
m_debuggerAgent should be under ENABLE(JAVASCRIPT_DEBUGGER) define

Build fix
Comment 1 Andreas Kling 2011-03-01 10:18:42 PST
Comment on attachment 84244 [details]
m_debuggerAgent should be under ENABLE(JAVASCRIPT_DEBUGGER) define

Needs ChangeLog. See http://www.webkit.org/coding/contributing.html
Comment 2 Oleg Romashin (:romaxa) 2011-03-01 13:14:48 PST
Created attachment 84282 [details]
fix compilation without ENABLE(JAVASCRIPT_DEBUGGER)
Comment 3 Andreas Kling 2011-03-02 03:22:10 PST
Comment on attachment 84282 [details]
fix compilation without ENABLE(JAVASCRIPT_DEBUGGER)

r=me
Comment 4 WebKit Commit Bot 2011-03-02 05:02:42 PST
Comment on attachment 84282 [details]
fix compilation without ENABLE(JAVASCRIPT_DEBUGGER)

Clearing flags on attachment: 84282

Committed r80116: <http://trac.webkit.org/changeset/80116>
Comment 5 WebKit Commit Bot 2011-03-02 05:02:47 PST
All reviewed patches have been landed.  Closing bug.