Pieter De Baets 34bc6bd2ae Drop support for webworkers
Reviewed By: AaaChiuuu

Differential Revision: D4916449

fbshipit-source-id: a447233d3b7cfee98db2ce00f1c0505d513e2429
2017-04-25 05:37:54 -07:00

22 lines
322 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#include "Platform.h"
namespace facebook {
namespace react {
namespace ReactMarker {
LogMarker logMarker;
};
namespace PerfLogging {
InstallNativeHooks installNativeHooks;
};
namespace JSNativeHooks {
Hook loggingHook = nullptr;
Hook nowHook = nullptr;
}
} }