Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / FileWriterBase.h
index 3331fc2..299aae6 100644 (file)
@@ -76,8 +76,6 @@ protected:
     void seekInternal(long long position);
 
 private:
-    friend class WTF::RefCounted<FileWriterBase>;
-
     OwnPtr<WebFileWriter> m_writer;
     long long m_position;
     long long m_length;