Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / wtf / wtf.gyp
index a76ecc5..7706bdd 100644 (file)
           ],
           'conditions': [
             ['component=="shared_library"', {
-              # Chromium windows multi-dll build enables c++ exception and this
-              # causes wtf generates 4291 warning due to operator new/delete
+              # Chromium windows multi-dll build enables C++ exception and this
+              # causes wtf to generate 4291 warning due to operator new/delete
               # implementations. Disable the warning for chromium windows
               # multi-dll build.
               'msvs_disabled_warnings': [4291],