Bug 40825

Summary: Fix build break in V8ConsoleCustom.cpp
Product: WebKit Reporter: Ben Murdoch <benm>
Component: Web Inspector (Deprecated)Assignee: Ben Murdoch <benm>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, commit-queue, pfeldman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch. none

Description Ben Murdoch 2010-06-18 04:15:23 PDT
r57505 introduced a build break when ENABLE(JAVASCRIPT_DEBUGGER) is disabled. The profiles attribute is guarded inside the IDL so should be guarded in the cpp also.

patch to follow.
Comment 1 Ben Murdoch 2010-06-18 04:19:14 PDT
Created attachment 59094 [details]
Patch.
Comment 2 WebKit Commit Bot 2010-07-08 11:31:53 PDT
Comment on attachment 59094 [details]
Patch.

Clearing flags on attachment: 59094

Committed r62807: <http://trac.webkit.org/changeset/62807>
Comment 3 WebKit Commit Bot 2010-07-08 11:31:57 PDT
All reviewed patches have been landed.  Closing bug.