Marshall Greenblatt 266f4e7a27 Add geolocation support (issue ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/963@628 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-05-17 19:51:58 +00:00

16 lines
713 B
Diff

Index: bind.h
===================================================================
--- bind.h (revision 114933)
+++ bind.h (working copy)
@@ -149,8 +149,8 @@
COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
!is_array<P1>::value,
first_bound_argument_to_method_cannot_be_array);
- COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
- p2_is_refcounted_type_and_needs_scoped_refptr);
+ //COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
+ // p2_is_refcounted_type_and_needs_scoped_refptr);
return internal::MakeBindStateHolder(
new internal::BindState<RunnableType, RunType,