Skip to content

Commit 834d28f

Browse files
committed
win: Fix building
1 parent b4ba4a9 commit 834d28f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

atom/renderer/api/atom_api_web_frame.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "atom/renderer/api/atom_api_web_frame.h"
66

77
// This defines are required by SchemeRegistry.h.
8+
#define ALWAYS_INLINE inline
89
#define OS(WTF_FEATURE) (defined WTF_OS_##WTF_FEATURE && WTF_OS_##WTF_FEATURE) // NOLINT
910
#define USE(WTF_FEATURE) (defined WTF_USE_##WTF_FEATURE && WTF_USE_##WTF_FEATURE) // NOLINT
1011
#define ENABLE(WTF_FEATURE) (defined ENABLE_##WTF_FEATURE && ENABLE_##WTF_FEATURE) // NOLINT

script/lib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
7-
LIBCHROMIUMCONTENT_COMMIT = 'fba5addae75d944d62a8bd5f4fd23c2929405c83'
7+
LIBCHROMIUMCONTENT_COMMIT = '17a0e24666d0198810752284690bc2d0d87094d7'
88

99
ARCH = {
1010
'cygwin': '32bit',

0 commit comments

Comments
 (0)