| Index: third_party/WebKit/Source/platform/EventTracer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/EventTracer.cpp b/third_party/WebKit/Source/platform/EventTracer.cpp
|
| index e4a7a350efaa1a11db4e7f982fde7205425de141..eb504fd24285f447163ae4edda162526cc996c80 100644
|
| --- a/third_party/WebKit/Source/platform/EventTracer.cpp
|
| +++ b/third_party/WebKit/Source/platform/EventTracer.cpp
|
| @@ -27,6 +27,7 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| +#if 0
|
|
|
| #include "config.h"
|
| #include "platform/EventTracer.h"
|
| @@ -103,3 +104,4 @@ void EventTracer::updateTraceEventDuration(const unsigned char* categoryEnabledF
|
| }
|
|
|
| } // namespace blink
|
| +#endif
|
|
|