Adjustments after migrating libchromiumcontent to GN

This commit is contained in:
Ales Pergl 2017-01-09 13:31:36 +01:00 committed by Birunthan Mohanathas
parent b90e23306e
commit 5b3d0f86f7
2 changed files with 2 additions and 18 deletions

View file

@ -63,14 +63,6 @@ REFERENCE_MODULE(atom_renderer_ipc);
REFERENCE_MODULE(atom_renderer_web_frame);
#undef REFERENCE_MODULE
// The "v8::Function::kLineOffsetNotFound" is exported in node.dll, but the
// linker can not find it, could be a bug of VS.
#if defined(OS_WIN) && !defined(DEBUG)
namespace v8 {
const int Function::kLineOffsetNotFound = -1;
}
#endif
namespace atom {
namespace {