Browse Source

Merge pull request #9508 from electron/upgrade-libcc

Upgrade libchromiumcontent
Kevin Sawicki 8 years ago
parent
commit
5a88f76762
2 changed files with 2 additions and 2 deletions
  1. 1 1
      script/lib/config.py
  2. 1 1
      vendor/libchromiumcontent

+ 1 - 1
script/lib/config.py

@@ -9,7 +9,7 @@ import sys
 BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
     'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
 LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
-    '44a803957cb27610c38f7e859016ac257959aeb5'
+    'ecc5298428a02f8acb9af285c75e1491715ae4dd'
 
 PLATFORM = {
   'cygwin': 'win32',

+ 1 - 1
vendor/libchromiumcontent

@@ -1 +1 @@
-Subproject commit 44a803957cb27610c38f7e859016ac257959aeb5
+Subproject commit ecc5298428a02f8acb9af285c75e1491715ae4dd