FreeBSD Bugzilla – Attachment 190096 Details for
Bug 225482
lang/phantomjs: Fix build with clang 6.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
lang_phantomjs.patch (text/plain), 1.52 KB, created by
Fukang Chen
on 2018-01-27 04:38:11 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Fukang Chen
Created:
2018-01-27 04:38:11 UTC
Size:
1.52 KB
patch
obsolete
>Index: lang/phantomjs/files/patch-src_webpage.cpp >=================================================================== >--- lang/phantomjs/files/patch-src_webpage.cpp (nonexistent) >+++ lang/phantomjs/files/patch-src_webpage.cpp (working copy) >@@ -0,0 +1,13 @@ >+--- src/webpage.cpp.orig 2018-01-26 07:17:31 UTC >++++ src/webpage.cpp >+@@ -77,8 +77,8 @@ >+ #define BLANK_HTML "<html><head></head><body></body></html>" >+ #define CALLBACKS_OBJECT_NAME "_phantom" >+ #define INPAGE_CALL_NAME "window.callPhantom" >+-#define CALLBACKS_OBJECT_INJECTION INPAGE_CALL_NAME" = function() { return window."CALLBACKS_OBJECT_NAME".call.call(_phantom, Array.prototype.slice.call(arguments, 0)); };" >+-#define CALLBACKS_OBJECT_PRESENT "typeof(window."CALLBACKS_OBJECT_NAME") !== \"undefined\";" >++#define CALLBACKS_OBJECT_INJECTION INPAGE_CALL_NAME" = function() { return window." CALLBACKS_OBJECT_NAME".call.call(_phantom, Array.prototype.slice.call(arguments, 0)); };" >++#define CALLBACKS_OBJECT_PRESENT "typeof(window." CALLBACKS_OBJECT_NAME") !== \"undefined\";" >+ >+ #define STDOUT_FILENAME "/dev/stdout" >+ #define STDERR_FILENAME "/dev/stderr" > >Property changes on: lang/phantomjs/files/patch-src_webpage.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225482
: 190096
Working