Upgrade libchromiumcontent.
* Fix unresponsive event when in beforeunload handler. * Compile with clang 3.4 under Linux.
This commit is contained in:
parent
89539ca15e
commit
72e8b2882f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import sys
|
|||
|
||||
NODE_VERSION = 'v0.11.13'
|
||||
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
||||
LIBCHROMIUMCONTENT_COMMIT = '61d53e9631625fa8e5d5043aabea18b96ed6a950'
|
||||
LIBCHROMIUMCONTENT_COMMIT = 'fb188f45e178380e31300a0a6e5c686c35bf8542'
|
||||
|
||||
ARCH = {
|
||||
'cygwin': '32bit',
|
||||
|
|
Loading…
Reference in a new issue