| Index: webkit/chaos/Chaos.cpp
|
| ===================================================================
|
| --- webkit/chaos/Chaos.cpp (revision 0)
|
| +++ webkit/chaos/Chaos.cpp (revision 0)
|
| @@ -0,0 +1,14 @@
|
| +#include "Chaos.h"
|
| +#include "ChaosGeolocation.h"
|
| +#include "base/logging.h"
|
| +
|
| +namespace WebCore {
|
| +
|
| +ChaosGeolocation *Chaos::geolocation() const {
|
| + LOG(WARNING) << "pid2 = " << getpid();
|
| + if(!geolocation_)
|
| + geolocation_ = new ChaosGeolocation();
|
| + return geolocation_.get();
|
| +}
|
| +
|
| +} // namespace WebCore
|
|
|
| Property changes on: webkit/chaos/Chaos.cpp
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|