From 83c8b2e617624ae31eca10c57a3d75c1307e8fcd Mon Sep 17 00:00:00 2001 From: "jar@chromium.org" Date: Sat, 14 Mar 2009 00:54:36 +0000 Subject: Revert 11689 and 11690 Review URL: http://codereview.chromium.org/46068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11691 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/gfx/chrome_font_skia.cc | 1 - net/net.gyp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/common/gfx/chrome_font_skia.cc b/chrome/common/gfx/chrome_font_skia.cc index c77b5b9..bd83a61 100644 --- a/chrome/common/gfx/chrome_font_skia.cc +++ b/chrome/common/gfx/chrome_font_skia.cc @@ -58,7 +58,6 @@ void ChromeFont::calculateMetrics() { void ChromeFont::CopyChromeFont(const ChromeFont& other) { typeface_helper_.reset(new SkAutoUnref(other.typeface_)); typeface_ = other.typeface_; - typeface_->ref(); font_name_ = other.font_name_; font_size_ = other.font_size_; style_ = other.style_; diff --git a/net/net.gyp b/net/net.gyp index dae63e6..4432bf8 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -500,7 +500,7 @@ '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', ], - 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', + 'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}', 'sources': [ 'tools/tld_cleanup/tld_cleanup.cc', ], -- cgit v1.1