Bug 157777 - WebCoreJSBuiltinInternals won't compile if some build flags are off
Summary: WebCoreJSBuiltinInternals won't compile if some build flags are off
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-16 17:45 PDT by Dean Jackson
Modified: 2016-05-16 18:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2016-05-16 17:48 PDT, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2016-05-16 17:45:52 PDT
We need to work around the situation when build flags are off.
Comment 1 Radar WebKit Bug Importer 2016-05-16 17:46:54 PDT
<rdar://problem/26312967>
Comment 2 Dean Jackson 2016-05-16 17:48:52 PDT
Created attachment 279076 [details]
Patch
Comment 3 Simon Fraser (smfr) 2016-05-16 17:50:01 PDT
Comment on attachment 279076 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=279076&action=review

> Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp:56
> +    (void)vm;

I think UNUSED_PARAM would also work.
Comment 4 Dean Jackson 2016-05-16 18:05:37 PDT
Committed r200985: <http://trac.webkit.org/changeset/200985>