Chromium Code Reviews
DescriptionThe forward declaration of Dart_SetReturnValue in native_arguments.h
was causing the function to appear to be ambiguous on windows due to
the DART_EXTERN_C annotation. Refactor the code so that a different
function is forward-declared in order to fix the build.
Another fix would have been to prefix all calls to Dart_SetReturnValue
by :: in lib/mirrors.cc, but that looks ugly.
Committed: https://code.google.com/p/dart/source/detail?r=11719
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 1 (0 generated)
|
||||||||||||||||||||||||||||