Skip to content

Commit

Permalink
fixup! deps: make v8.h compatible with VS2015
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 22, 2021
1 parent 807aa79 commit bd001ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/v8/include/v8.h
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,9 @@ class ScriptOriginOptions {
*/
class ScriptOrigin {
public:
#if defined(_MSC_VER) && _MSC_VER >= 1910 /* Disable on VS2015 */
V8_DEPRECATE_SOON("Use constructor with primitvie C++ types")
#endif
V8_INLINE explicit ScriptOrigin(
Local<Value> resource_name, Local<Integer> resource_line_offset,
Local<Integer> resource_column_offset,
Expand Down

0 comments on commit bd001ef

Please sign in to comment.