[Webkit-unassigned] [Bug 126805] [iOS] Fix GCController::releaseExecutableMemory
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 10 21:46:14 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126805
Sam Weinig <sam at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #220919|review? |review+
Flag| |
--- Comment #2 from Sam Weinig <sam at webkit.org> 2014-01-10 21:43:55 PST ---
(From update of attachment 220919)
View in context: https://bugs.webkit.org/attachment.cgi?id=220919&action=review
> Source/WebCore/bindings/js/GCController.cpp:37
>
> +#if PLATFORM(IOS)
> +#include <runtime/VMEntryScope.h>
> +#endif
Seems like while you are here, you might as well make this function not iOS specific as it seems generally useful (and you can remove the #ifdefs)!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list