File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Ref<Inspector::Protocol::Runtime::TypeSet> TypeSet::inspectorTypeSet() const
238238 .setIsNumber ((m_seenTypes & TypeNumber) != TypeNothing)
239239 .setIsString ((m_seenTypes & TypeString) != TypeNothing)
240240 .setIsObject ((m_seenTypes & TypeObject) != TypeNothing)
241- .setIsSymbol ((m_seenTypes & TypeSymbol) != TypeNothing)
241+ // .setIsSymbol((m_seenTypes & TypeSymbol) != TypeNothing)
242242 .release ();
243243}
244244
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ LIST(APPEND WTF_INCLUDE_DIRECTORIES
1818 ${ICU_INCLUDE_DIRS}
1919 ${JAVASCRIPTCORE_DIR} /wtf/unicode/
2020)
21+
22+ add_definitions (-D_BSD_SOURCE=1)
Original file line number Diff line number Diff line change 11SET (PROJECT_VERSION_MAJOR 1)
22SET (PROJECT_VERSION_MINOR 4)
3- SET (PROJECT_VERSION_PATCH 9 )
3+ SET (PROJECT_VERSION_PATCH 11 )
44SET (PROJECT_VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} )
55
66add_definitions (-DHAIKU_WEBKIT_VERSION=\"${PROJECT_VERSION} \")
You can’t perform that action at this time.
0 commit comments