• yurys@chromium.org's avatar
    Revert "Notify CPU profiler when calling native getters" · 24ec0171
    yurys@chromium.org authored
    This reverts commit f323d984a73bab345c4eab5c1907552ccfa7ccaa.
    
    Broke compilation on the bots with an error that doesn't occur locally:
    
      CXX(target) /mnt/data/b/build/slave/v8-linux-debug/build/v8/out/Debug/obj.target/cctest/test/cctest/test-bignum-dtoa.o
    ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = int]’:
    ../test/cctest/test-api.cc:1129: error: insufficient contextual information to determine type
    ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = unsigned int]’:
    ../test/cctest/test-api.cc:1136: error: insufficient contextual information to determine type
    ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = double]’:
    ../test/cctest/test-api.cc:1143: error: insufficient contextual information to determine type
    ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = bool]’:
    ../test/cctest/test-api.cc:1150: error: insufficient contextual information to determine type
    ../test/cctest/test-api.cc: In function ‘void FastReturnValueCallback(const v8::FunctionCallbackInfo<v8::Value>&) [with T = void]’:
    ../test/cctest/test-api.cc:1157: error: insufficient contextual information to determine type
      CXX(target) /mnt/data/b/build/slave/v8-linux-debug/build/v8/out/Debug/obj.target/cctest/test/cctest/test-circular-queue.o
    
    BUG=None
    TBR=svenpanne@chromium.org
    
    Review URL: https://codereview.chromium.org/16838013
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15117 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    24ec0171
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
preparser Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...