Bug 64033 - InspectorInstrumentation.cpp compilation is broken
Summary: InspectorInstrumentation.cpp compilation is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 62982
  Show dependency treegraph
 
Reported: 2011-07-06 14:54 PDT by Oleg Romashin (:romaxa)
Modified: 2011-07-07 00:08 PDT (History)
5 users (show)

See Also:


Attachments
Fix inspector compilation without debugger enabled (1.47 KB, patch)
2011-07-06 14:58 PDT, Oleg Romashin (:romaxa)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Romashin (:romaxa) 2011-07-06 14:54:10 PDT
ation.o ../../../Source/WebCore/inspector/InspectorInstrumentation.cpp
../../../Source/WebCore/inspector/InspectorInstrumentation.cpp: In static member function 'static void WebCore::InspectorInstrumentation::didInvalidateStyleAttrImpl(WebCore::InstrumentingAgents*, WebCore::Node*)':
../../../Source/WebCore/inspector/InspectorInstrumentation.cpp:165: error: 'class WebCore::InstrumentingAgents' has no member named 'inspectorDOMDebuggerAgent'
../../../Source/WebCore/inspector/InspectorInstrumentation.cpp:166: error: invalid use of incomplete type 'struct WebCore::InspectorDOMDebuggerAgent'
../../../Source/WebCore/inspector/InstrumentingAgents.h:42: error: forward declaration of 'struct WebCore::InspectorDOMDebuggerAgent'
make: *** [obj/release/InspectorInstrumentation.o] Error 1
Comment 1 Oleg Romashin (:romaxa) 2011-07-06 14:55:51 PDT
Introduced in bug 62982
http://trac.webkit.org/changeset/89245
Comment 2 Oleg Romashin (:romaxa) 2011-07-06 14:58:00 PDT
Created attachment 99888 [details]
Fix inspector compilation without debugger enabled
Comment 3 Yury Semikhatsky 2011-07-06 23:32:03 PDT
Oleg, thanks for taking a look at this. FYI: there is a short link webkit.org/new-inspector-bug which will create a bug with correct component, title and all potential inspector reviewers in the CC list. It is also reachable under New bug > Inspector: The Web Inspector Developer Tools link.
Comment 4 WebKit Review Bot 2011-07-07 00:08:11 PDT
Comment on attachment 99888 [details]
Fix inspector compilation without debugger enabled

Clearing flags on attachment: 99888

Committed r90544: <http://trac.webkit.org/changeset/90544>
Comment 5 WebKit Review Bot 2011-07-07 00:08:16 PDT
All reviewed patches have been landed.  Closing bug.