WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
25727
IDL parsing should use ENABLE() macro
https://bugs.webkit.org/show_bug.cgi?id=25727
Summary
IDL parsing should use ENABLE() macro
David Kilzer (:ddkilzer)
Reported
2009-05-12 07:42:34 PDT
* SUMMARY Instead of this: #if defined(ENABLE_FOO) && ENABLE_FOO IDL files should use this: #if ENABLE(FOO) In order to do this, we need to copy the ENABLE() macro definition from JavaScriptCore/wtf/Platform.h so that it may be used when preprocessing IDL files. * NOTES See
Bug 25087 Comment #10
.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug