I want to modify Navigator.h but there are style errors. i'd like to resolve the style errors so my commit won't have them the style error is bad class identation
Created attachment 63073 [details] Patch
Comment on attachment 63073 [details] Patch Seems fine to chagne the indentation. > + ~Navigator(); This should be explicitly marked virtual. We prefer to do that explicitly even when we derive from a class where the destructor is already virtual.
http://trac.webkit.org/changeset/64371