mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add geolocation support (issue #365).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/963@628 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
15
patch/patches/base_bind.patch
Normal file
15
patch/patches/base_bind.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
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,
|
Reference in New Issue
Block a user